[INFO] fetching crate synwire-derive 0.1.0...
[INFO] fixing synwire-derive-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate synwire-derive 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate synwire-derive 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate synwire-derive 0.1.0
[INFO] tweaked toml for crates.io crate synwire-derive 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate synwire-derive 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate synwire-derive 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded schemars v0.8.22
[INFO] [stderr]   Downloaded schemars_derive v0.8.22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4facf29fe4e65db733e67e454d144e784689ae9847ab7ad4f1cbd6c689b61ceb
[INFO] running `Command { std: "docker" "start" "4facf29fe4e65db733e67e454d144e784689ae9847ab7ad4f1cbd6c689b61ceb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4facf29fe4e65db733e67e454d144e784689ae9847ab7ad4f1cbd6c689b61ceb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4facf29fe4e65db733e67e454d144e784689ae9847ab7ad4f1cbd6c689b61ceb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4facf29fe4e65db733e67e454d144e784689ae9847ab7ad4f1cbd6c689b61ceb" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking synwire-derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `synwire_core` in this scope
[INFO] [stdout]  --> tests/tool_tests.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use synwire_core::error::SynwireError;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `synwire_core`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use synwire_core::error::SynwireError;
[INFO] [stdout] 5 + use synwire_derive::error::SynwireError;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `synwire_core` in this scope
[INFO] [stdout]  --> tests/tool_tests.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use synwire_core::tools::Tool;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `synwire_core`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use synwire_core::tools::Tool;
[INFO] [stdout] 6 + use synwire_derive::tools::Tool;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `synwire_core` in the crate root
[INFO] [stdout]  --> tests/tool_tests.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[tool]
[INFO] [stdout]   | ^^^^^^^ could not find `synwire_core` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `synwire_orchestrator` in this scope
[INFO] [stdout]  --> tests/state_tests.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use synwire_orchestrator::graph::state::State as _;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `synwire_orchestrator`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `synwire_orchestrator`, use `cargo add synwire_orchestrator` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `synwire_core` in the crate root
[INFO] [stdout]   --> tests/tool_tests.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[tool]
[INFO] [stdout]    | ^^^^^^^ could not find `synwire_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `synwire_core` in the crate root
[INFO] [stdout]   --> tests/tool_tests.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[tool]
[INFO] [stdout]    | ^^^^^^^ could not find `synwire_core` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `tool` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `synwire_orchestrator` in the crate root
[INFO] [stdout]  --> tests/state_tests.rs:8:10
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[derive(State, Clone, serde::Serialize, serde::Deserialize, Default)]
[INFO] [stdout]   |          ^^^^^ could not find `synwire_orchestrator` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `synwire-derive` (test "tool_tests") due to 5 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `synwire_orchestrator` in the crate root
[INFO] [stdout]   --> tests/state_tests.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(State, Clone, serde::Serialize, serde::Deserialize, Default)]
[INFO] [stdout]    |          ^^^^^ could not find `synwire_orchestrator` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `synwire_orchestrator` in the crate root
[INFO] [stdout]   --> tests/state_tests.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[derive(State, Clone, serde::Serialize, serde::Deserialize, Default)]
[INFO] [stdout]    |          ^^^^^ could not find `synwire_orchestrator` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `State` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `synwire_orchestrator` in this scope
[INFO] [stdout]    --> tests/state_tests.rs:129:17
[INFO] [stdout]     |
[INFO] [stdout] 129 |         Box<dyn synwire_orchestrator::channels::BaseChannel>,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `synwire_orchestrator`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `synwire_orchestrator`, use `cargo add synwire_orchestrator` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `synwire_orchestrator` in this scope
[INFO] [stdout]    --> tests/state_tests.rs:178:17
[INFO] [stdout]     |
[INFO] [stdout] 178 |         Box<dyn synwire_orchestrator::channels::BaseChannel>,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `synwire_orchestrator`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `synwire_orchestrator`, use `cargo add synwire_orchestrator` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `synwire-derive` (test "state_tests") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "4facf29fe4e65db733e67e454d144e784689ae9847ab7ad4f1cbd6c689b61ceb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4facf29fe4e65db733e67e454d144e784689ae9847ab7ad4f1cbd6c689b61ceb", kill_on_drop: false }`
[INFO] [stdout] 4facf29fe4e65db733e67e454d144e784689ae9847ab7ad4f1cbd6c689b61ceb
